home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
323_01
/
makefile
< prev
next >
Wrap
Makefile
|
1990-08-04
|
311b
|
16 lines
#TTY=-Dtty
#---------------
.c.obj:
tcc -c $(TTY) $<
#---------------
tess.exe: tess.obj tess-def.obj parser.obj
tcc -etess $(TTY) tess.obj tess-def.obj parser.obj
#---------------
tess.obj: tess.c tess-def.h adv-def.h parser.h
tess-def.obj: tess-def.h tess-def.c adv-def.h